home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m19intro.dir / 00039.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  418 b   |  16 lines

  1. on exitFrame
  2.   global gCurrentHtPage, gTotalHtPages, gHyperText
  3.   puppetSprite(9, 1)
  4.   puppetSprite(10, 1)
  5.   if gTotalHtPages = 1 then
  6.     nothing()
  7.   else
  8.     set myPageNum to "ht" & gCurrentHtPage & "-" & gTotalHtPages
  9.     set the castNum of sprite 9 to cast myPageNum
  10.     updateStage()
  11.   end if
  12.   set myHyperText to gHyperText & gCurrentHtPage
  13.   set the castNum of sprite 10 to cast myHyperText
  14.   updateStage()
  15. end
  16.